fix: quote skill descriptions to fix broken YAML frontmatter (specode 6.1.6 / task-swarm 0.10.5)#86
Merged
Merged
Conversation
…frontmatter (P0) PR #82 unified skill descriptions with an unquoted `Trigger: ` (HALF-WIDTH colon+space). In an unquoted YAML scalar, `: ` is the key:value separator, so the frontmatter failed to parse — `claude plugin validate` errored and at runtime the whole frontmatter was silently dropped (name/description lost → skill discovery affected). NOT caused by full-width punctuation (obsidian-wiki's descriptions are full of full-width chars and validate fine). Fix: double-quote the two affected descriptions and escape internal quotes. Zero behavior change. All 4 plugins now validate clean. specode 6.1.6 / task-swarm 0.10.5 (ragkit fixed in 0.1.3). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Co-Authored-By: qxbyte <126648675+qxbyte@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
P0. PR #82's unified skill descriptions contain an unquoted
Trigger:(half-width colon+space). In an unquoted YAML scalar,:is the mapping separator → frontmatter fails to parse;claude plugin validateerrors and at runtime the whole frontmatter is silently dropped (name/description lost → skill discovery/activation affected).:,→,——) and validate fine.specode/skills/specode+task-swarm/skills/task-swarm(ragkit's 4 were fixed in 0.1.3).All 4 plugins now
validateclean.🤖 Generated with Claude Code